home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 9 / CU Amiga Magazine's Super CD-ROM 09 (1997)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-04].iso / s / startup-sequence.pb < prev    next >
Text File  |  1997-02-06  |  360b  |  22 lines

  1. ; $VER: CUCD Startup-Sequence 1.2 (23.12.96)
  2. ; Based on C= Startup-Sequence for hard drive systems.
  3.  
  4. ;set echo on
  5.  
  6. TestDevice Work:S/Percy.prefs
  7. If NOT WARN
  8.     Execute Work:S/040-startup
  9.     set NeilBoot TRUE
  10. Else
  11.     C:NoReset
  12.     EndIf
  13.  
  14. Execute S:startup-sequence.cd
  15.  
  16. If $NeilBoot EQ "TRUE"
  17.     Lock >NIL: DH3: ON
  18.     unset NeilBoot
  19.     EndIf
  20.  
  21. EndCLI >NIL:
  22.